ArcFM Responder Mobile Developer Guide
Item(Int32) Property






Syntax
'Declaration
 
Public Overloads Shadows Property Item( _
   ByVal index As System.Integer _
) As TConfigurationElementType
'Usage
 
Dim instance As BaseConfigurationElementCollection(Of TConfigurationElementType)
Dim index As System.Integer
Dim value As TConfigurationElementType
 
instance.Item(index) = value
 
value = instance.Item(index)
public new TConfigurationElementType Item( 
   System.int index
) {get; set;}
public read-write property Item( 
    index: System.Integer
): TConfigurationElementType; 
public hide function get,set Item( 
   index : System.int
) : TConfigurationElementType
public: __property new TConfigurationElementType* get_Item( 
   System.int index
);
public: __property new void set_Item( 
   System.int index,
   TConfigurationElementType* value
);
public:
new property TConfigurationElementType^ Item {
   TConfigurationElementType^ get(System.int index);
   void set (System.int index, TConfigurationElementType^ value);
}

Parameters

index
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

BaseConfigurationElementCollection<TConfigurationElementType> Class
BaseConfigurationElementCollection<TConfigurationElementType> Members
Overload List

Send Feedback